home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 13 / The Best of Select: Games 13.iso / dosgames / shadows / install.bat < prev    next >
DOS Batch File  |  1996-04-21  |  879b  |  37 lines

  1. echo off
  2. cls
  3. if x%1==x goto noparm
  4. echo Welcome to the ShareWare Version of Death by Dark Shadows v1.5
  5. echo .
  6. echo This adventure requires at least 5 Megabytes of disk space available on 
  7. echo your %1 Drive in a directory called %1\SHADOWS. If this is NOT acceptable 
  8. echo press CTRL BREAK now OR
  9. echo .
  10. pause
  11. echo Installing please wait...
  12. mkdir %1\shadows
  13. copy install.bat %1\shadows
  14. copy shadows1.exe %1\shadows
  15. copy shadows2.exe %1\shadows
  16. copy shadows3.exe %1\shadows
  17. copy shadows4.exe %1\shadows
  18. copy shadows5.exe %1\shadows
  19.  
  20. echo .
  21. %1
  22. cd %1\shadows
  23. shadows1
  24. shadows2
  25. shadows3
  26. shadows4
  27. shadows5
  28. shadows.bat
  29. GOTO end1
  30. : noparm
  31. echo         INVALID FORMAT: You must specify which hard drive you want to 
  32. echo                         install to...
  33. echo .
  34. echo         Type INSTALL (hard disk letter)
  35. echo         Example: INSTALL C:
  36. : end1
  37.